const crypto/tls.alertDecodeError

10 uses

	crypto/tls (current package)
		alert.go#L43: 	alertDecodeError                  alert = 50
		alert.go#L80: 	alertDecodeError:                  "error decoding message",
		conn.go#L741: 			return c.in.setErrorLocked(c.sendAlert(alertDecodeError))
		ech.go#L576: 			c.sendAlert(alertDecodeError)
		handshake_client_tls13.go#L258: 				hs.c.sendAlert(alertDecodeError)
		handshake_client_tls13.go#L303: 		c.sendAlert(alertDecodeError)
		handshake_client_tls13.go#L428: 		c.sendAlert(alertDecodeError)
		handshake_client_tls13.go#L651: 		c.sendAlert(alertDecodeError)
		handshake_server_tls13.go#L612: 			c.sendAlert(alertDecodeError)
		handshake_server_tls13.go#L617: 			c.sendAlert(alertDecodeError)